Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add controllers callbacks #221

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

stepanenkoxx
Copy link
Contributor

No description provided.

@stepanenkoxx stepanenkoxx marked this pull request as ready for review December 17, 2024 12:04
@@ -12,7 +12,6 @@ import {
import US_ERRORS from '../const/us-error-constants';

const ajv = new Ajv({
allErrors: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed this issue of "Code scanning results / CodeQL" check

Screenshot 2024-12-23 at 14 53 02

I guess we don't need to check all errors

@stepanenkoxx
Copy link
Contributor Author

About "Loop bound injection" error in "Code scanning results / CodeQL" check

We don't use .length property from object, we use array
So I think it's false positive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant